Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.core.schedulers--schedule

This contribution is part of XML component org.nuxeo.ecm.core.schedulers inside nuxeo-core-9.10.jar /OSGI-INF/scheduler-contrib.xml

Extension Point

Extension point schedule of component org.nuxeo.ecm.platform.scheduler.core.service.SchedulerRegistryService

Contributed Items

  • <schedule id="aceScheduler">
          <eventId>updateACEStatus</eventId>
          <!-- every 5 mins -->
          <cronExpression>0 0/5 * * * ?</cronExpression>
        </schedule>
    schedule aceScheduler

XML Source

<extension point="schedule" target="org.nuxeo.ecm.platform.scheduler.core.service.SchedulerRegistryService">

    <schedule id="aceScheduler">
      <eventId>updateACEStatus</eventId>
      <!-- every 5 mins -->
      <cronExpression>0 0/5 * * * ?</cronExpression>
    </schedule>

  </extension>